PDF Plugin for Xojo

Page.MoveTextPositionNextLine Method (console safe)

Moves the text cursor to next line based on what has been set by the TextLeading property.

MoveTextPositionNextLine()

Parameters

Remarks

If TextLeading is zero then this function will attempt to automatically set TextLeading to same value as SuggestedTextLeading would return and then after finishing it would set it back to zero.

See Also

Page Class